SET PARTICLE CHAOS

This command will set the chaos behaviour of particles within the particles object.

  Syntax
SET PARTICLE CHAOS Particle Number, Chaos Value
  Parameters
Particle Number
Integer
The particle object number
Chaos Value
Float
The default is zero. A value greater or less than zero will vibrate the particle by the magnitude of the chaos value

  Returns

This command does not return a value.

  Description

This controls the stability of the particles position in 3D world space. The default is zero. A value greater or less than zero will vibrate the particle by the magnitude of the chaos value.

  Example Code
make particles 4, 0, 10, 10.0
position particles 4, 3, 2, 10
set particle emissions 4, 1
set particle speed 4, 0.005
set particle velocity 4, 10
set particle chaos 4, rnd(10)/10.0
do
loop
delete particles 4
end
  See also

PARTICLES Commands Menu
Index